home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm1
/
vood1209.lha
/
Voodoo
/
Rexx
/
SendVoodoo.ced
< prev
next >
Wrap
Text File
|
1995-12-15
|
384b
|
15 lines
/*
* Deliver message when using CygnusED Professional as an external
* editor for Voodoo.
*
* Enter this script in the 'DOS/ARexx Interface' menu.
*/
options results
status restname /* Get filename only */
message="T:"result /* Attach T: as path to filename */
save /* Save message */
address VOODOO 'SEND' message /* Send to Voodoo */
quit /* Quit out of CED */